curl --request GET \
--url https://api.tagdeliver.com/v1/integration \
--header 'Authorization: Bearer <token>'{}Fetches a list of integrations that are connected into the logged in organisation
curl --request GET \
--url https://api.tagdeliver.com/v1/integration \
--header 'Authorization: Bearer <token>'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Includes a list under each integration, of the publishers that are using it
ad_stack, global The response is of type object.
Was this page helpful?